testing.common.failed (field)
13 uses
testing (current package)
benchmark.go#L236: if b.failed {
benchmark.go#L310: for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
benchmark.go#L560: return !main.failed
benchmark.go#L590: if b.failed {
benchmark.go#L680: return !sub.failed
fuzz.go#L216: if f.failed {
fuzz.go#L592: return !f.failed
fuzz.go#L623: fuzzNotCalled := !f.fuzzCalled && !f.skipped && !f.failed
fuzz.go#L624: if !f.finished && !f.skipped && !f.failed {
testing.go#L494: failed bool // Test or benchmark has failed.
testing.go#L819: c.failed = true
testing.go#L825: failed := c.failed
testing.go#L1492: return !t.failed
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)